home *** CD-ROM | disk | FTP | other *** search
/ Spawn Figure Collection / spawn collection cd.iso / setup / data1.cab / Program_Executable_Files / Collection.dir / 00148_ÉVÉäÅ[ÉYóp.ls < prev    next >
Encoding:
Text File  |  1998-01-19  |  396 b   |  14 lines

  1. on mouseUp
  2.   global geditmode, gegroup, gebitmap, gcdpath
  3.   set geditmode to 1
  4.   set the text of member "Series" to EMPTY
  5.   set the text of member "Title" to EMPTY
  6.   set the text of member "Comment2" to EMPTY
  7.   set the puppet of sprite 26 to 1
  8.   set the visible of sprite 26 to 0
  9.   set gegroup to 1
  10.   set gebitmap to "sp00000.bmp"
  11.   newBitmap(gcdpath & "GRAPHICS\" & gebitmap, 3)
  12.   go("ASP")
  13. end
  14.